home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
extremeracing2.swf
/
scripts
/
DefineButton2_47
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
242 b
|
12 lines
on(release){
if(_root.url != "yes")
{
getUrl("http://www.ultimatearcade.com/sports/games/extremeracing2.html", "_blank");
}
else
{
_root.view_scores = 1;
loadMovieNum("scores.xml",25,"GET");
}
}